Fix typo in 6115961175
authorJohn Ralls <jralls@ceridwen.us>
Sat, 11 May 2013 00:25:11 +0000 (17:25 -0700)
committerJohn Ralls <jralls@ceridwen.us>
Sat, 11 May 2013 00:25:58 +0000 (17:25 -0700)
gdk/quartz/gdkwindow-quartz.c

index 1b555e10f1a2c009e9d91ed78328b85bfead0b2a..2403b04b2ea48f9817d764c27e088524fd6b128f 100644 (file)
@@ -368,7 +368,7 @@ static gboolean
 gdk_window_impl_quartz_begin_paint_region (GdkWindow       *window,
                                           const cairo_region_t *region)
 {
-  GdkWindowImplQuartz *impl = GDK_WINDOW_IMPL_QUARTZ (window->imp);
+  GdkWindowImplQuartz *impl = GDK_WINDOW_IMPL_QUARTZ (window->impl);
   cairo_region_t *clipped_and_offset_region;
   cairo_t *cr;